CUSIP: Difference between revisions

Content added Content deleted
m (→‎Composition of pure functions: Edited a docstring)
Line 1,777: Line 1,777:
# cusipCharDict :: () -> Dict Char Int
# cusipCharDict :: () -> Dict Char Int
def cusipCharDict():
def cusipCharDict():
'''CUSIP character set as list of (index, char) tuples'''
'''Dictionary of integer values for CUSIP characters'''
def kv(a, ic):
def kv(a, ic):
i, c = ic
i, c = ic