/
usr
/
lib
/
python3
/
dist-packages
/
hamcrest
/
library
/
object
/
/usr/lib/python3/dist-packages/hamcrest/library/object
mkdir
upload
Name
Size
Mode
Actions
__pycache__/
-
0755
rm
haslength.py
1905
0644
edit
dl
rm
hasproperty.py
7154
0644
edit
dl
rm
hasstring.py
1395
0644
edit
dl
rm
__init__.py
280
0644
edit
dl
rm
Edit:
/usr/lib/python3/dist-packages/hamcrest/library/object/__init__.py
(280B)
"""Matchers that inspect objects and classes.""" from .haslength import has_length from .hasproperty import has_properties, has_property from .hasstring import has_string __author__ = "Jon Reid" __copyright__ = "Copyright 2011 hamcrest.org" __license__ = "BSD, see License.txt"
Save
"""Matchers that inspect objects and classes.""" from .haslength import has_length from .hasproperty import has_properties, has_property from .hasstring import has_string __author__ = "Jon Reid" __copyright__ = "Copyright 2011 hamcrest.org" __license__ = "BSD, see License.txt"