##// END OF EJS Templates
py3: provide (del|get|has|set)attr wrappers that accepts bytes...
py3: provide (del|get|has|set)attr wrappers that accepts bytes These functions will be imported automagically by our code transformer. getattr() and setattr() are widely used in our code. We wouldn't probably want to rewrite every single call of getattr/setattr. delattr() and hasattr() aren't that important, but they are functions of the same kind.

File last commit:

r16438:28a90cdf default
r29799:45fa8de4 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer