Skip to content

Instantly share code, notes, and snippets.

View beltran's full-sized avatar

Jaume Marhuenda beltran

  • Google LLC
  • New York
View GitHub Profile
import re
import cassandra
from cassandra.protocol import cython_protocol_handler
def name_from_module(module):
return module.__name__.split(".")[1]