Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(1) | Derive(0) | Import(2)
src/n/o/noGo-HEAD/widgetcache.py noGo(Download)
from kivy.properties import NumericProperty, ReferenceListProperty, ObjectProperty, ListProperty, AliasProperty, StringProperty, DictProperty, BooleanProperty, StringProperty, OptionProperty from boardwidgets import Stone, TextMarker, TriangleMarker, SquareMarker, CircleMarker, CrossMarker, VarStone, get_stone_image_location, BlackStoneSimple, WhiteStoneSimple, BlackStoneShell, WhiteStoneShell, BlackStoneDrawn, WhiteStoneDrawn, WhiteStoneBorderedShell, BlackStoneBorderedShell, WhiteStoneStylised, BlackStoneStylised from kivy.app import App
return BlackStoneStylised() elif stone_type == 'simple': return BlackStoneSimple() else: return BlackStoneDrawn()
src/n/o/noGo-HEAD/boardview.py noGo(Download)
from sgfcollections import CollectionChooserButton from widgetcache import WidgetCache from boardwidgets import Stone, TextMarker, TriangleMarker, SquareMarker, CircleMarker, CrossMarker, VarStone, WhiteStoneSimple, BlackStoneSimple import sys