CBFS Direct 2020 Python Edition

Questions / Feedback?

tag Property

Stores application-defined data specific to this instance of the class.

Syntax

def get_tag() -> int: ...
def set_tag(value: int) -> None: ...

tag = property(get_tag, set_tag)

Default Value

0

Remarks

This property can be used to store data specific to a particular instance of the class.

 
 
Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Direct 2020 Python Edition - Version 20.0 [Build 7836]