Searched refs:to_code_block (Results 1 – 1 of 1) sorted by relevance
580 print(to_code_block(binding.description.strip()), file=string_io)724 details += to_code_block(raw_prop_descr)805 def to_code_block(s, indent=0): function