code property

code property

Applet class file. See the code attribute for HTMLAppletElement.

Definition:

@property
def code(self):
    ...
@code.setter
def code(self, value):
    ...

See Also