Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(2) | Derive(0) | Import(2)
src/b/l/blaze-0.1/blaze/cgen/utils.py blaze(Download)
import string from contextlib import contextmanager from ..py3help import Counter #------------------------------------------------------------------------
if _depth == 1: _stream = letters() _count = Counter() yield _stream if _depth == 1:
src/b/l/blaze-0.1/blaze/blir/cfg.py blaze(Download)
from ast import NodeVisitor from ..py3help import Counter binary_ops = {
def __init__(self): self.functions = [] self.assignments = Counter() self.block = blocks.BasicBlock() self.start_block = self.block