is_planar_graph# is_planar_graph(k)# Return True if all nodes are vertices (no crossings). Parameters: k (PlanarDiagram) Return type: bool