Kludge Tracker: Gnuradio - v3.4.0-101-g7e2b45b

Parent Directory (gnuradio/grc)

Kludge Summary of gnuradio/grc/python

Total Kludges 1
Total Subdirs 0

All Directories within gnuradio/grc/python

All Files within gnuradio/grc/python

Kludge Snippets in gnuradio/grc/python

gnuradio/grc/python/expr_utils.py

Category TODO
Committer jcorgan
Commit ID d52c462e5fd3eae7d00505a64a013e811d43234c
52        def expr_split(expr):
53        	"""
54        	Split up an expression by non alphanumeric characters, including underscore.
55        	Leave strings in-tact.
56        	#TODO ignore escaped quotes, use raw strings.
57        	@param expr an expression string
58        	@return a list of string tokens that form expr
59        	"""
60        	toks = list()