blob: 1ffb9ddccbb0f1525e3c3f0ac5831840abca67f4 (
plain)
1
2
3
|
Do not raise AttributeError when calling the inspect functions
isgeneratorfunction, iscoroutinefunction, isasyncgenfunction on a method
created from an arbitrary callable. Instead, return False.
|