Python Language OOP

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

Attributes and methods.

Class

class MyClass():
  def __init__(self):
    pass