Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ycm-core/YouCompleteMe
/ __str__
Method
__str__
python/ycm/tests/test_utils.py:721–722 ·
view source on GitHub ↗
( self )
Source
from the content-addressed store, hash-verified
719
720
721
def
__str__( self ):
722
return
repr( self.code )
723
724
725
class
ExtendedMock( MagicMock ):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected