# `GSDrawPath subpaths`

*Instance Method*

An array of pens of the same pen type representing the same overall path as the receiver but split by move-to instructions into subpaths.

## Declaration

```swift
func subpaths() -> [Any]!
```

```objc
- (NSArray *) subpaths;
```

```python
subpaths() -> list
```

