Home | History | Annotate | Download | only in python2.7

Lines Matching refs:cl

132 def allmethods(cl):
134 for key, value in inspect.getmembers(cl, _is_some_method):
136 for base in cl.__bases__:
139 methods[key] = getattr(cl, key)
864 funcs={}, classes={}, methods={}, cl=None):
868 anchor = (cl and cl.__name__ or '') + '-' + name
873 if cl:
874 if imclass is not cl:
887 if (cl and realname in cl.__dict__ and
888 cl.__dict__[realname] is object):
890 cl.__name__ + '-' + realname, realname)
930 def docproperty(self, object, name=None, mod=None, cl=None):
939 def docdata(self, object, name=None, mod=None, cl=None):
1255 def docroutine(self, object, name=None, mod=None, cl=None):
1263 if cl:
1264 if imclass is not cl:
1277 if (cl and realname in cl.__dict__ and
1278 cl.__dict__[realname] is object):
1311 def docproperty(self, object, name=None, mod=None, cl=None):
1315 def docdata(self, object, name=None, mod=None, cl=None):