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