PySizeContent
class PySizeContent(size_content)
Bases: object
Interface for a content item that has a file size.
- Parameters: size_content (ISizeContent)
__init__(size_content)
Creates a new PySizeContent object.
Args: : size_content: A ISizeContent object.
Returns: None.
- Parameters: size_content (ISizeContent)
- Return type: None
Methods
__init__(size_content) |
Creates a new PySizeContent object. |
|---|
Attributes
size |
Gets the file size. |
|---|
property size : int
Gets the file size.