name property

name property

The name of the file. On getting, this must return the name of the file as a string.

Definition:

@property
def name(self):
    ...

See Also