File: basic-import-py3

package info (click to toggle)
python-opcua 0.98.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 45,296 kB
  • sloc: xml: 579,866; cs: 124,455; python: 56,857; makefile: 164; sh: 37
file content (3 lines) | stat: -rwxr-xr-x 98 bytes parent folder | download | duplicates (2)
1
2
3
#!/bin/sh

python3 -c 'import logging; logging.basicConfig(); import opcua; print(opcua.__doc__)'