Home
last modified time | relevance | path

Searched refs:p9_version (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/lib9p/pytest/
H A Dprotocol.py599 other = p9_version(other_name)
1953 def p9_version(vers_string): function
1964 plain = p9_version('9p2000')
1965 dotu = p9_version('9p2000.u')
1966 dotl = p9_version('9p2000.L')
H A Dp9conn.py329 self.iproto = protocol.p9_version(version)