mirror of
https://github.com/lektor/lektor-website.git
synced 2025-02-22 07:00:38 +01:00
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
![]() |
title: get_child
|
||
|
---
|
||
|
body:
|
||
|
|
||
|
Lookup a child of the asset. Returns `None` if no child exists with the specified name.
|
||
|
|
||
|
Naturally, this method always returns `None` unless the asset is a directory.
|
||
|
---
|
||
|
signature: name, from_url=False
|
||
|
---
|
||
|
summary: Get child asset
|
||
|
---
|
||
|
type: method
|