File: client.py

package info (click to toggle)
rpyc 6.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,324 kB
  • sloc: python: 6,442; makefile: 122
file content (5 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (3)
1
2
3
4
5
import rpyc


c = rpyc.connect_by_service("TIME")
print("server's time is", c.root.get_time())