MCPcopy Create free account
hub / github.com/ValveSoftware/GameNetworkingSockets / WriteLn

Method WriteLn

tests/test_p2p.py:96–99  ·  view source on GitHub ↗
( self, ln )

Source from the content-addressed store, hash-verified

94 self.counters = {} # populated from TEST_ICE_ctr_xxx=N lines in output
95
96 def WriteLn( self, ln ):
97 print( "%s> %s" % (self.tag, ln ) )
98 self.log.write( "%s\n" % ln )
99 self.log.flush()
100
101 def run( self ):
102 global g_failed

Callers 3

runMethod · 0.95
joinMethod · 0.95
termMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected