Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
doctests
/
hasErrors.py
blob: f05d0e69d788dd99f845f8be28085182f5c341f9 [
file
] [
log
] [
blame
]
def
foo3
(
x
):
'''
>>> class User(Base):
... __tablename__ = 'users'
...
... <caret>id = Column(Integer, primary_key=True)
... name = Column(String)
... fullname = Column(String)
...
... password = Column(String)
'''
pass