##// END OF EJS Templates
py3: ensure that we don't concat bytes and str and the end result is bytes...
py3: ensure that we don't concat bytes and str and the end result is bytes Here obj.__module__ and obj.__name__ are str. Either we can convert them to bytes or use an r'' and convert back to bytes when concat is done. I preferred the later one since we are encoding only once here.

File last commit:

r16773:d490edc7 default
r32614:4b426ae9 default
Show More
graphedge.tmpl
1 line | 70 B | application/x-cheetah | CheetahLexer
edge: ({col}, {row}) -> ({nextcol}, {nextrow}) (color {color})