> ## Documentation Index
> Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Camel.extractors.python strategies

<a id="camel.extractors.python_strategies" />

<a id="camel.extractors.python_strategies.BoxedStrategy" />

## BoxedStrategy

```python theme={"system"}
class BoxedStrategy(BaseExtractorStrategy):
```

Extracts content from \boxed\{} and \boxed\{} environments.

<a id="camel.extractors.python_strategies.PythonListStrategy" />

## PythonListStrategy

```python theme={"system"}
class PythonListStrategy(BaseExtractorStrategy):
```

Extracts and normalizes Python lists.

<a id="camel.extractors.python_strategies.PythonDictStrategy" />

## PythonDictStrategy

```python theme={"system"}
class PythonDictStrategy(BaseExtractorStrategy):
```

Extracts and normalizes Python dictionaries.

<a id="camel.extractors.python_strategies.PythonSetStrategy" />

## PythonSetStrategy

```python theme={"system"}
class PythonSetStrategy(BaseExtractorStrategy):
```

Extracts and normalizes Python sets.

<a id="camel.extractors.python_strategies.PythonTupleStrategy" />

## PythonTupleStrategy

```python theme={"system"}
class PythonTupleStrategy(BaseExtractorStrategy):
```

Extracts and normalizes Python tuples.
