Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python class without init

Class class_name_here:
	def __init__():
    	
    def another_function():
    	print("Do Something")
 
PREVIOUS NEXT
Tagged: #python #class #init
ADD COMMENT
Topic
Name
4+3 =