(value)
| 42 | source_id=entity_source_id, |
| 43 | ) |
| 44 | def is_float_regex(value): |
| 45 | return bool(re.match(r"^[-+]?[0-9]*\.?[0-9]+$", value)) |
| 46 | async def _handle_single_relationship_extraction( |
| 47 | record_attributes: list[str], |
| 48 | chunk_key: str, |
no outgoing calls
no test coverage detected