No it is not possible to have something like this:
```python
def function(cls):
    # Where is cls is Neuron class object
    pass

class Neuron:
    activation = function(Neuron)
```
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/X4GVYC6GDNJHN4HUORJ5WUNXHZZLC2PW/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to