Searched refs:islambda (Results 1 – 4 of 4) sorted by relevance
105 self.assertTrue(inspect_utils.islambda(lambda x: x))106 self.assertFalse(inspect_utils.islambda(test_fn))
53 def islambda(f): function
635 self.islambda = False647 self.islambda = True653 if self.islambda: # lambdas always end at the first NEWLINE
884 self.islambda = False899 self.islambda = True912 if self.islambda: # lambdas always end at the first NEWLINE