, , , . - , , ( Python ).
:
Test.test_call
,
Test.__dict__[ 'test_call' ].__get__( None, spam )
,
Test.__dict__[ 'test_call' ]
- . , - , __get__; Python , __get__ .
, " " , !
, , __dict__, , .
, , __getattribute__, . ? , , , , ?
class Test:
@decorate( method = True )
def test_call:
...
@decorate( method = False )
def test_call:
...