The pysnmp.proto.cli.ucd.v1.* mix-in classes define the following methods:
Initialize SNMP message object from command line parameters args. The args argument must be a list of strings. This method expects passed list to comply the following format:
< Community >
The remaining list components (args[1:]) are passed down to embedded PDU for further parsing.
The cliUcdSetArgs method returns unprocessed list items (as list).