Function defined outside the class : Class Method : Class PYTHON examples


PYTHON examples » Class » Class Method »

 

Function defined outside the class


 


def f1(self, x, y):
    return min(x, x+y)

class C:
    f = f1
    def g(self):
        return 'hello world'
    h = g

a = C
a.g

           
         
  



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Class
» Class Method


Warning: Unknown: open(/var/lib/php/session/sess_sen0k5e7r7a0hm2mhf43ueqjm0, O_RDWR) failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0