Lines Matching refs:kind
179 name, kind, cls, value = data
181 kind = 'data descriptor'
182 return name, kind, cls, value
254 kind = imp.PY_COMPILED
256 kind = imp.PY_SOURCE
262 module = imp.load_module(name, file, path, (ext, 'r', kind))
742 for name, kind, homecls, value in ok:
760 for name, kind, homecls, value in ok:
769 for name, kind, homecls, value in ok:
789 for key, kind, homecls, value in attrs:
827 # Pump out the attrs, segregated by kind.
1175 for name, kind, homecls, value in ok:
1192 for name, kind, homecls, value in ok:
1201 for name, kind, homecls, value in ok:
1232 # Pump out the attrs, segregated by kind.
1334 """The first time this is called, determine what kind of pager to use."""