003 File Manager
Current Path:
/usr/local/lib/python3.8/unittest/test/testmock
usr
/
local
/
lib
/
python3.8
/
unittest
/
test
/
testmock
/
📁
..
📄
__init__.py
(465 B)
📄
__main__.py
(623 B)
📁
__pycache__
📄
support.py
(268 B)
📄
testasync.py
(36.46 KB)
📄
testcallable.py
(4.17 KB)
📄
testhelpers.py
(32.24 KB)
📄
testmagicmethods.py
(15.96 KB)
📄
testmock.py
(67.12 KB)
📄
testpatch.py
(55.25 KB)
📄
testsealable.py
(4.88 KB)
📄
testsentinel.py
(1.29 KB)
📄
testwith.py
(11.97 KB)
Editing: support.py
target = {'foo': 'FOO'} def is_instance(obj, klass): """Version of is_instance that doesn't access __class__""" return issubclass(type(obj), klass) class SomeClass(object): class_attribute = None def wibble(self): pass class X(object): pass
Upload File
Create Folder