mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
parent
91c77301bf
commit
4a22b5dee7
19 changed files with 65 additions and 115 deletions
|
|
@ -38,7 +38,6 @@ GeneratorType = type(_g())
|
|||
class _C:
|
||||
def _m(self): pass
|
||||
ClassType = type
|
||||
UnboundMethodType = type(_C._m) # Same as MethodType
|
||||
MethodType = type(_C()._m)
|
||||
|
||||
BuiltinFunctionType = type(len)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue