File: remote1.py

package info (click to toggle)
execnet 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 684 kB
  • sloc: python: 5,244; makefile: 78; sh: 2
file content (4 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
# content of a module remote1.py

if __name__ == "__channelexec__":
    channel.send("initialization complete")  # type: ignore[name-defined]