##// END OF EJS Templates
add _valid_formatter...
add _valid_formatter for determining whether a method is valid should properly reject unbound methods of both compiled and Python classes, and allow any other Python callable.

File last commit:

r13348:e6afea51
r15217:1598af9e
Show More
simplevars.py
3 lines | 61 B | text/x-python | PythonLexer
from __future__ import print_function
x = 1
print('x is:',x)