src property

src property

A URI [IETF RFC 2396] designating the initial frame contents. See the src attribute definition in HTML 4.01.

Definition:

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

See Also