The lazr.delegates package makes it easy to write objects that delegate behavior to another object. The new object adds some property or behavior on to the other object, while still providing the underlying interface, and delegating behavior.
The lazr.delegates package makes it easy to write objects that delegate behavior to another object. The new object adds some property or behavior on to the other object, while still providing the underlying interface, and delegating behavior.
To install py38-lazr.delegates, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-lazr.delegates
To see what files were installed by py38-lazr.delegates, run:
port contents py38-lazr.delegates
To later upgrade py38-lazr.delegates, run:
sudo port selfupdate && sudo port upgrade py38-lazr.delegates
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.